JavaScript

{dialog.object}panelNavigate Method

Syntax

{dialog.object}.panelNavigate(panelNavigatorName, direction [, animate]);

Arguments

panelNavigatorName

The panel to navigate from.

direction

The direction to navigate. Can be one of the following values:

next

Navigate to the next Panel.

prev

Navigate to the previous Panel.

first

Navigate to the first Panel.

last

Navigate to the last Panel.

historyfirst

Navigate to the first Panel in the Navigator history.

historylast

Navigate to the last Panel in the Navigator history.

historyback

Navigate to the previous Panel in the Navigator history.

historyforward

Navigate to the next Panel in the Navigator history.

animate

Optional true/false value. Default is true. If animation between Panels is undesired, set the animate parameter to false.

Description

Navigates to the next or previous Panel in a Panel Navigator

Example

{dialog.object}.panelNavigate('MYPANELNAVIGATOR1','next');

See Also